home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Utilities
/
Misc
/
comment
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-10-23
|
315 b
|
18 lines
|
[
TEXT/ScoM
]
#| s-expressions |#
Prevents a block of code being executed.
#| --- these are not needed now ---
(initdef)
(defsym a '(a b))
(defsym b '(b a))
|#
Another way to create a comment is to precede a line with ;. This is often used when adding comments within a score file.
; Section A definitions
(setq ....
etc.